home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / audio-video / mediamonkey / MediaMonkey_2[1].5.4.977.exe / {app} / MediaMonkey.chm / office10.css < prev    next >
Cascading Style Sheet File  |  2006-05-26  |  8KB  |  210 lines

  1. /* Style Sheet Last updated - 10/17/2000 */
  2. /* This style sheet is for IE 4.02 and up */
  3.  
  4.  
  5. /* BODY = default paragraph font */
  6.         body                {bgcolor: #ffffff; font-family: Arial, Helvetica, Tahoma, sans-serif; font-size: 80%; }
  7.  
  8. /* HYPERLINKS */
  9.         a:link, a:visited        {color: "#0000FF"; text-decoration:"none"; }
  10.         a:active, a:hover        {color: "#990099"; cursor:hand;text-decoration:"underline"; }
  11.         .pop                {text-decoration: none; }
  12.  
  13. /* LISTS */
  14.         ol                {font-size: 100%; margin-top: .5em; margin-bottom: 0em; margin-left: 4em;}
  15.         ul                {font-size: 100%; margin-top: .5em; margin-bottom: 0em;}
  16.         ol ul                {list-style: disc; margin-top: .5em;}
  17.         ul ul                {list-style: disc; margin-top: .5em;}
  18.         li                {margin-bottom: .7em; margin-left: -2em;}
  19.  
  20. /* PREFORMATTING - CODE */
  21.         pre                {font-size: 100%; margin-top: 1.2em; margin-bottom: 1.5em;}
  22.         code                 {font-family: "courier new", courier; font-size: 125%; }
  23.  
  24. /* TABLES */
  25.         table                {
  26.     font-size: 80%;
  27.     margin-top: 1em;
  28.     margin-bottom: 0em;
  29.     font-family: Arial, Helvetica, sans-serif;
  30. }
  31.         th                {text-align: left; background: #CCCCCC; margin: .25em; vertical-align: bottom;}
  32.         tr                {vertical-align: top;}
  33.         td                {margin: .25em; vertical-align: top; border-bottom: 1 solid #CCCCCC; }
  34.  
  35. /* PARAGRAPH */
  36.         p                {align:justify; margin-top: .6em; margin-bottom: .6em; }
  37.  
  38. /* Heading styles---------------------------------------------------------------------------- */
  39.  
  40.         h1                {font-size: 125%; margin-top: .4em; margin-bottom: .5em;}
  41.         h2                {font-size: 110%; margin-top: 2em; margin-bottom: .5em;}
  42.         h3                {font-size: 100%; margin-top: 1.2em; margin-bottom: .5em; font-weight: bold;}
  43.         h4                {font-size: 100%; margin-top: 1.2em; font-weight: bold;}
  44.         h5                {font-size: 100%; margin-top: 1.2em; font-weight: bold;}
  45.         .lproch                {font-weight: bold ;margin-top: 1.2em; }/* Heading 9,List Procedure Heading,lproch */
  46.  
  47. /* Defined List styles ----------------------------------------------------------------------- */
  48.  
  49.         dt                {font-weight: bold; }
  50.         dd                {margin-left: 2em; margin-bottom: .6em; }
  51.  
  52. /* Paragraph styles--------------------------------------------------------------------------- */
  53.  
  54.         .ac                {font-size: 90%; }
  55.         .alpha                {font-size: 125%; font-weight: bold; }
  56.         .dt1                {text-indent: -2em; margin-left: 2em;}
  57.         .hang                {text-indent: -2em; margin-left: 2em;}
  58.         .ind                {margin-left: 2em;}
  59. /* MAYBE KEEP .LBR1 IN CASE WE CAN GET HANGING INDENT TO WORK IN IE5.0? */
  60.         .mt                {margin-top:  2em; font-weight: bold; }
  61.         .noborder        {border: none; }
  62.         .rtt                {text-align: right; font-size: 90%; }
  63.         .tableup        {margin-top: 0em; }
  64.  
  65. /* spacing styles */
  66.         .4                {line-height: 4pt;}
  67.         .6                {line-height: 6pt;}
  68.  
  69. /* styles we no longer need */
  70.         .Highlight        {background-color: lightblue;}
  71.         .Normal         {background-color: white;}
  72.         .fixp                {color: #00ff00;}        /* *fix this paragraph for incorrectly used styles / green */
  73.  
  74. /* Language Reference styles --------------------------------------------------------------------------- */
  75.  
  76.  
  77. /* code comments */
  78.         .comment {color: darkgreen;
  79.                 }
  80.  
  81. /* Object model blue box */
  82.         .omblue { height: 16px;
  83.                 width: 180px;
  84.                 padding: 0px 0px 0px 2px;
  85.                 background-color: #99FFFF;
  86.                 border: 1px solid windowframe;
  87.                 color: windowtext;
  88.                 font-weight: bold;
  89.                 text-decoration: none;
  90.                 cursor: hand;
  91.                 }
  92.  
  93. /* Object model blue dashed box */
  94.         .ombluedash { height: 16px;
  95.                 width: 180px;
  96.                 padding: 0px 0px 0px 2px;
  97.                 background-color: #99FFFF;
  98.                 border: 1px dashed windowframe;
  99.                 color: windowtext;
  100.                 text-decoration: none;
  101.                 cursor: hand;
  102.                 }
  103.  
  104. /* Object model yellow box */
  105.         .omyellow { height: 16px;
  106.                 width: 180px;
  107.                 padding: 0px 0px 0px 2px;
  108.                 background-color: #FFFF99;
  109.                 border: 1px solid windowframe;
  110.                 color: windowtext;
  111.                 font-weight: bold;
  112.                 text-decoration: none;
  113.                 cursor: hand;
  114.                 }
  115.  
  116. /* Object model yellow dashed box */
  117.         .omyellowdash { height: 16px;
  118.                 width: 180px;
  119.                 padding: 0px 0px 0px 2px;
  120.                 background-color: #FFFF99;
  121.                 border: 1px dashed windowframe;
  122.                 color: windowtext;
  123.                 text-decoration: none;
  124.                 cursor: hand;
  125.                 }
  126.  
  127. /* Navigation hyperlink list container */
  128.         .ofvbaispan { position: absolute;
  129.                 padding: 0px 0px 0px 0px;
  130.                 border: 1px solid windowframe;
  131.                 color: windowtext;
  132.                 display: none;
  133.                 z-index: +1;
  134.                 }
  135.  
  136. /* Navigation area */
  137.         .ofvbanav { padding: 0px 0px 10px 0px;
  138.                 }
  139.  
  140. /* Active navigation area jumps */
  141.         .ofvbanavreuse { width: 75px;
  142.                 color: #0000cc;
  143.                 cursor: hand;
  144.                 }
  145.  
  146. /* Inactive navigation area jump */
  147.         .ofvbanavunused { width: 75px;
  148.                 color: graytext;
  149.                 }
  150.  
  151. /* Hidden navigation area jump */
  152.         .ofvbanavhidden { width: 75px;
  153.                 display: none;
  154.                 }
  155.  
  156. /* Navigation hyperlink list topic description toggle */
  157.         .ofvbashowdesc { color:#0000cc;
  158.                 cursor:hand;
  159.                 font-size:smaller;
  160.                 text-decoration:underline;
  161.                 }
  162.  
  163. /* Navigation hyperlink list topic description sections */
  164.         .ofvbadesc { color: windowtext;
  165.                 display: none;
  166.                 }
  167.  
  168. /* Example navigation area jumps */
  169.         .ofvbanavex { text-decoration: none;
  170.                 }
  171.  
  172. /* Syntax box */
  173.         .ofvbasyn { width: 100%;
  174.                 padding: 0px 8px 0px 8px;
  175.                 background-color: #CCCCCC;
  176.                 }
  177.  
  178. /* Dropdown styles --------------------------------------------------------------------------- */
  179.  
  180. .DropDown        {text-decoration: none; font-weight: normal; top: 0pt;}
  181. .DropDown:hover        {text-decoration: underline; }
  182.  
  183.  
  184. .HidePopUp         {text-decoration: none; }
  185. .HidePopUp:hover{text-decoration: underline; }
  186.  
  187. .Glossary        {text-decoration: none; }
  188. .glossary:hover        {text-decoration: underline; }
  189.  
  190. .Glossarydef        {color: #008C00; text-decoration: none;}
  191.  
  192. .srcContent         { }
  193.  
  194. .expfav                {font-size: 80%; text-align: Right; margin-top: -1em; margin-bottom: 0; }
  195.  
  196. .expanded        {font-weight: normal; }
  197.  
  198. .collapsed        {display: none;}
  199.  
  200. .def                {margin-top: 40pt;}
  201.  
  202. #theIFRAME        {position: absolute; display:none; }
  203.  
  204. /* Language Specific Boilerplate Styles------------------------------------------------------- */
  205.         .BPhide                 {display: none }
  206.         .BPshow                 {  }
  207.         .BPHide4Bidi         {  }
  208.         .BPHide4EA                 {  }
  209.         .BPHide4Thai         {  }
  210.